for i,v in workspace.Map:GetDescendants() do task.wait() if v:IsA("BasePart") then v.Locked = false end end print("done")